Motion.ResetGroup method

Changes the state GroupErrorStop to GroupStandstill by resetting all internal group-related errors. It doesn't affect the output of the method instances. This method also resets all axes in the group like ResetAxis.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsCommandStatus ResetGroup(
       int Index
)
Public Function ResetGroup(
       Index As Integer
) As KsCommandStatus

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

Return value

Type: KsCommandStatus

Returns the KsCommandStatus class.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace